Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIRROR] Remove 2 instances of duplicate argument names #2224

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

Steals-The-PRs
Copy link
Collaborator

Mirrored on Nova: NovaSector/NovaSector#1229
Original PR: tgstation/tgstation#81757

About The Pull Request

I fixed 2 instances of procs having multiple arguments with the same name. BYOND does not error on these, instead ignoring all but the last. It's best to remove these for clarity.

Why It's Good For The Game

N/A

* Remove 2 instances of duplicate argument names (#81757)

## About The Pull Request

I fixed 2 instances of procs having multiple arguments with the same
name. BYOND does not error on these, instead ignoring all but the last.
It's best to remove these for clarity.

## Why It's Good For The Game

N/A

---------

Co-authored-by: san7890 <[email protected]>

* Remove 2 instances of duplicate argument names

---------

Co-authored-by: wixoa <[email protected]>
Co-authored-by: san7890 <[email protected]>
@Iajret Iajret merged commit 5062420 into master Mar 2, 2024
24 checks passed
@Iajret Iajret deleted the upstream-mirror-1229 branch March 2, 2024 19:20
Iajret pushed a commit that referenced this pull request Apr 29, 2024
* Fixes runtime in z level update (#82898)

## About The Pull Request

re-adds the check that they are actually being moved to a new z level in
the update z level proc so it doesn't check null z level for cliented
mobs and ai controllers.

## Why It's Good For The Game

Saw this runtime on moth.fans and thought i should fix it.

## Changelog

Nothing player-facing.

* Fixes runtime in z level update

---------

Co-authored-by: John Willard <[email protected]>
ReezeBL pushed a commit that referenced this pull request Apr 29, 2024
* Fixes runtime in z level update (#82898)

## About The Pull Request

re-adds the check that they are actually being moved to a new z level in
the update z level proc so it doesn't check null z level for cliented
mobs and ai controllers.

## Why It's Good For The Game

Saw this runtime on moth.fans and thought i should fix it.

## Changelog

Nothing player-facing.

* Fixes runtime in z level update

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: John Willard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants